Revision: tlasrc--local--1.2--patch-1
Archive: aaron.bentley@utoronto.ca--tla-2004
Creator: Aaron Bentley <aaron.bentley@utoronto.ca>
Date: Sun Dec 28 17:31:16 EST 2003
Standard-date: 2003-12-28 22:31:16 GMT
New-files: libarch/cmdutils.c libarch/cmdutils.h
Modified-files: libarch/archive-pfs.c libarch/archive.c
    libarch/archive.h libarch/cmd-get-changeset.c
    libarch/cmd-get.c
New-patches: aaron.bentley@utoronto.ca--tla-2004/tlasrc--local--1.2--patch-1
    abentley@panoramicfeedback.com--development/tla--devel--1.2--patch-1
    abentley@panoramicfeedback.com--development/tla--devel--1.2--patch-2
Summary: Improved error handling for tla get and tla-get-changeset
Keywords: 

Applied old patch-1 and patch-2, fixed memory leak.
Patches:
Moved some error handling out of pfs_revision_type() into arch_revision_type()
Added arch_revision_exists(), using vtable->revision_type()

Other changes:
Added gotos to prevent memory leaks
